home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-14 | 3.6 KB | 60 lines | [TEXT/EDIT] |
- # file: digester.par
- # purpose: parameters for the program digester v 2.1.1b
- # author: Andre' C. van der Ham
- # e-mail: A.C.vanderHam@ET.TUDelft.NL
- #
- # notice: Don't forget to set the path to your scripts directory
- # and the path to the destination dir.
-
- SCRIPT "/vdham-bin/" # scripts directory (UN*X style)
- SITE "sites.asc" # load mirror sites from this file
- PATH "" # additional path for destination files (mac style)
- #PATH "site/" # additional path for destination files (UN*X style)
- IMAGES "buttons/" # additional path for the buttons
-
- NAMA "IM%d-%d.html" # file name prefix 1 file, has 2 arguments!
- NAMT "IMt%d-%d.html" # file name prefix toc file, has 2 arguments!
- NAMP "IMp%d-%d.html" # file name prefix messages file, has 2 arguments!
- NAMM "IMm%d-%d.html" # file name prefix programs file, has 2 arguments!
- BOD "Info-Mac Digest " # begin of digest phrase
- VOL "Volume" # volume prefix string, argument 2 (optional: leave empty if not available, remember to modify file names!)
- ISS "Issue" # Issue prefix string, argument 1 (optional: leave empty if not available, remember to modify file names!)
- EOD "End of Info-Mac Digest" # end of digest phrase
- BOT "Today's Topics:" # begin of TOC, leave it empty if there's no delimiter
- EOT "----------------------------------------------------------------------" # end of topics phrase
- EOM "------------------------------" # end of message phrase
- RTD "/info-mac/" # root directory of mirror
- BOF "[Archived as /info-mac/" # begin of linked file path
- EOF ";" # end of file path marker
-
- FTYPE "TEXT" # destination file type
- FCREAT "MOSS" # destination file creator
-
- # TYPE specifier:
- # 1: 1 entire file
- # 2: split-up into 3 files: table of topics, programs and messages
- # 3: split-up into 2 files: toc + programs, toc + messages
-
- TYP 1 # make 1 file
-
- # switches 0 = no, 1 = yes
-
- BUT 1 # buttons on
- MAI 0 # do mail button
- FIL 1 # check for archive files and link 'em
- URL 1 # check for URLs and link them
- MURL 1 # Do mail URLs
- ADON 0 # Include ad in title
- ADLINK "ad.html" # Linked file
- ADIMAGE "ad.gif" # The ad image
-
- DEBUG 0 # Show debug info
- PROMPT 0 # prompt me for options
-
- # MAIL search arguments
-
- MFROM "From: " # From string
- MTO "To: " # To string
- MSUBJECT "Subject: " # Subject string
- MDATE "Date: " # Date string
-